Parameters
- buffer
- An array of bytes. This method copies count bytes from buffer to the current stream.The buffer to write data from.
- offset
- The zero-based byte offset in buffer at which to begin copying bytes to the current stream.The byte offset in buffer at which to begin writing from.
- count
- The number of bytes to be written to the current stream.The maximum number of bytes to write.